Loans API
Get Guarantor Details
Description: This endpoint is used to get the guarantor details based on national id.
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: {nationalId}
Query Params: NA
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status":
{
"success": true,
"code": "200",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"guarantorDetails": [
{
"collateralId": "2000951",
"arrangementId": "",
"loanAmount": "0",
"installmentAmount": ""
},
{
"collateralId": "2000976",
"arrangementId": "",
"loanAmount": "0",
"installmentAmount": ""
}
]
}
}